LockEventExtensionInfo Json Schema
In This Topic
Overview
 |
LockEventExtensionInfo
 |
dayExtension : integer
The days that the lock will be extended by. Only used when the lock extension is being granted and not requested. Whether the lock extension is a request/grant is determined by the lock status that is being transitioned into
|
 |
dayExtensionRequested : integer
The days requested when doing a request based lock extension. Whether the lock extension is a request/grant is determined by the lock status that is being transitioned into
|
 |
 |
counter : integer
internal only
|
 |
date : string
The current date.
internal only
|
 |
machineIdentifier : integer
internal only
|
 |
processIdentifier : integer
internal only
|
 |
time : integer
internal only
|
 |
timeSecond : integer
internal only
|
 |
timestamp : integer
internal only
| |
 |
pointExtension : number
The points that will be added as a point based adjustment to the lock.
|
 |
pointExtensionRequested : number
The point extension requested when doing a request based lock extension. Whether the lock extension is request/grant is determined by the lock status that is being transitioned into.
| |
Properties
| Name | Description | Data Type |
| dayExtension | The days that the lock will be extended by. Only used when the lock extension is being granted and not requested. Whether the lock extension is a request/grant is determined by the lock status that is being transitioned into | integer |
| dayExtensionRequested | The days requested when doing a request based lock extension. Whether the lock extension is a request/grant is determined by the lock status that is being transitioned into | integer |
| id | | ObjectId |
| pointExtension | The points that will be added as a point based adjustment to the lock. | number |
| pointExtensionRequested | The point extension requested when doing a request based lock extension. Whether the lock extension is request/grant is determined by the lock status that is being transitioned into. | number |
See Also